'Declaration
Public Overloads Overridable Function GetProperties( _ ByVal context As ITypeDescriptorContext, _ ByVal value As Object, _ ByVal attributes() As Attribute _ ) As PropertyDescriptorCollection
'Usage
Dim instance As DesignTimeCellTypeConverter Dim context As ITypeDescriptorContext Dim value As Object Dim attributes() As Attribute Dim value As PropertyDescriptorCollection value = instance.GetProperties(context, value, attributes)
public virtual PropertyDescriptorCollection GetProperties( ITypeDescriptorContext context, object value, Attribute[] attributes )
Parameters
- context
- Type descriptor context
- value
- The object
- attributes
- Array of properties (attributes)